desc:instruct
npx -y @aashari/mcp-server-atlassian-confluence| Parameter | Type | Required | Description |
|---|---|---|---|
| type | string | Optional | Optional: Filter spaces by type. Options: "global" (team spaces), "personal" (user spaces), or "archived" (archived spaces). If omitted, returns spaces of all types. |
| status | string | Optional | Optional: Filter spaces by status. Options: "current" (active spaces) or "archived" (archived spaces). If omitted, returns spaces with all statuses. |
| limit | integer | Optional | Maximum number of items to return (1-100). Controls the response size. Defaults to 25 if omitted. The Confluence API caps results at 100 items per request. |
| cursor | string | Optional | Pagination cursor for retrieving the next set of results. Obtain this opaque string from the metadata.pagination.nextCursor of a previous response when more results are available. Confluence uses cursor-based pagination rather than offset-based pagination. |